GtkIconCache: find_image_offset() return 0 if icon_name is NULL.
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>
Thu, 28 Nov 2013 19:56:11 +0000 (16:56 -0300)
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>
Thu, 28 Nov 2013 19:56:11 +0000 (16:56 -0300)
commitb5dff5e41701a1ad0521b820ef99e33fa2a6f9ff
treec7c6eff06fee99265a50a1d88783e362c7dd248b
parente45ea70936ee30344b96ab99c7651fef58ebd4ff
GtkIconCache: find_image_offset() return 0 if icon_name is NULL.
This avoid a crash calling gtk_about_dialog_set_logo_icon_name() with a NULL icon_name.
gtk/gtkiconcache.c